home *** CD-ROM | disk | FTP | other *** search
- /* CSS Document */
-
- body
- {
- margin: 0 0 0 0;
- padding: 0 0 0 0;
- background-color: white;
- }
-
- .header {
- background-color: #00388C;
- width: 100%;
- height: 40px;
- }
-
- .closeButton {
- font-size: 16px;
- font-weight: bold;
- float: right;
- color: white;
- font-family: verdana, geneva, arial, helvetica, sans-serif;
- padding-right: 2px;
- }
-
- a.closeButton {
- font-size: 16px;
- font-weight: bold;
- float: right;
- color: white;
- font-family: verdana, geneva, arial, helvetica, sans-serif;
- text-decoration: none;
- }
-
- .headerText {
- padding-left: 5px;
- font-size: 26px;
- float: left;
- color: white;
- font-family: verdana, geneva, arial, helvetica, sans-serif;
- }
-
- div.clearFloatDiv
- {
- clear: both;
- }
-
- .galleryImage
- {
- width: 800px;
- height: 600px;
- margin: 0 0 0 0;
- padding: 0 0 0 0;
- background-color: #fff;
- border-top: solid 2px #404040;
- border-left: solid 2px #404040;
- border-bottom: solid 2px #D4D0C8;
- border-right: solid 2px #D4D0C8;
- }
-
- div#buttons
- {
- margin: 10px 0 0 0;
- padding: 0 10px 0 0;
- text-align: center;
- }
-
- .galleryButtonBack
- {
- width: 20px;
- height: 20px;
- visibility: visible;
- cursor: pointer;
- cursor: hand;
- }
-
- .galleryButtonNext
- {
- width: 20px;
- height: 20px;
- visibility: hidden;
- cursor: pointer;
- cursor: hand;
- }
-